Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / tUQ Method


In This Topic
    tUQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function tUQ( _
       ByVal UUQ() As T, _
       ByVal vUQ As System.Integer, _
       ByVal WUQ As System.Integer, _
       ByVal xUQ As T _
    ) As T
    'Usage
     
    
    Dim UUQ() As T
    Dim vUQ As System.Integer
    Dim WUQ As System.Integer
    Dim xUQ As T
    Dim value As T
     
    value = NArrayHelpers(Of T).tUQ(UUQ, vUQ, WUQ, xUQ)
    internal static T tUQ( 
       T[] UUQ,
       System.int vUQ,
       System.int WUQ,
       T xUQ
    )

    Parameters

    UUQ
    vUQ
    WUQ
    xUQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also